home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KDWNPTRL.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  3.4 KB  |  91 lines

  1.  REM
  2. REM ╔═══════════════════════════════════════════════════════════════════════╗
  3. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  4. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  5. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  6. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  7. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  8. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  9. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  10. REM ║ versions if you do not have them, check with any of the listed places ║
  11. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  12. REM ║ versions of the Command and Control Center software.                  ║
  13. REM ╚═══════════════════════════════════════════════════════════════════════╝
  14. REM                    Game Name, Version, Publisher
  15. REM
  16. REM                        YOUR ADV File Description
  17. REM
  18. REM               Written and Tested by YOUR NAME - MONTH YEAR
  19. REM ╔═══════════════════════════════════════════════════════════════════════╗
  20. REM ║Base Switch Settings                                                   ║
  21. REM ║Black Hat switch = Digital or Analog <= Choose one and erase the other ║
  22. REM ║Red Switch       = Digital or Analog <== Choose one and erase the other║
  23. REM ╚═══════════════════════════════════════════════════════════════════════╝
  24. REM ╔═════════════════════════════════════════════════════════════╗
  25. REM ║Game Settings: (Settings required for this game to use WCSII)║
  26. REM ╚═════════════════════════════════════════════════════════════╝
  27. REM
  28. REM ╔═════════════════════════════════════════════════════╗
  29. REM ║ Place Mdef files below this line (i.e. Mdef Newname)║
  30. REM ╚═════════════════════════════════════════════════════╝
  31.  
  32. Mdef KDWNPTRL
  33.  
  34. REM ╔════════════════════════╗
  35. REM ║(P)FCS Buttons Commands:║
  36. REM ╚════════════════════════╝
  37.  
  38. BTN UB ExternalChaseView
  39.  
  40. BTN MB TrackView
  41.  
  42. BTN LB Un-JamGuns
  43.  
  44. BTN HU ForwardView
  45.  
  46. BTN HD RearView
  47.  
  48. BTN HL LeftView
  49.  
  50. BTN HR RightView
  51.  
  52. REM ╔════════════════════════╗
  53. REM ║WCS II Buttons Commands:║
  54. REM ╚════════════════════════╝
  55.  
  56. BTN 1 WheelBrakes
  57.  
  58. BTN 2 AirBrakeToggle
  59.  
  60. BTN 3 MapScreen
  61.  
  62. BTN 4 FullLeftRudder
  63.  
  64. BTN 5 FullRightRudder
  65.  
  66. BTN 6 AutoPilot
  67.  
  68. REM ╔════════════════════════╗
  69. REM ║WCS II Rocker Commands: ║
  70. REM ╚════════════════════════╝
  71.  
  72. RKR UP /P LookUp
  73.        /R CockpitView
  74.  
  75. RKR DN /P LookDown
  76.        /R CockpitView
  77.  @AnalogThrottle            
  78. REM ╔═══════════════════════════════════════════════════════════════════╗
  79. REM ║ NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR ║
  80. REM ║ THE MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT ║
  81. REM ║ THRUSTMASTER at 503-639-3200 TO INQUIRE ABOUT UPGRADING TO THE    ║
  82. REM ║ NEW CHIP AND MICROCODE!!!!                                        ║
  83. REM ║                                                                   ║
  84. REM ║ How can you tell if you have the new chip and microcode?  At the  ║
  85. REM ║ C:\MARK2 Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it    ║
  86. REM ║ says "File not found then you have the old microcode version that ║
  87. REM ║ uses DOWNLOAD.EXE instead.                                        ║
  88. REM ╚═══════════════════════════════════════════════════════════════════╝
  89.  
  90.  
  91.